You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVecIntList Class > TVecIntList Methods > Add Method > TVecIntList.Add Method ([In] TVecInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVecIntList.Add Method ([In] TVecInt)

Creates and adds a new TVecInt object to the list.

Syntax
C#
Visual Basic
public virtual int Add([In] TVecInt Src);

The function returns the Index at which the object resides in the list. The object will not be owned (freed by the List), when the list is destroyed if Owned parameter remains false.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!